home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Commun⁄Network / RevRdist Folder / RevRdist / Change history next >
Encoding:
Text File  |  1992-09-15  |  4.0 KB  |  81 lines  |  [TEXT/KAHL]

  1. Change history.
  2.  
  3. RevRdist -----
  4.     1.4b8    - Fix handling of \nnn entries in distfile (wrong length termination
  5.               conditions). (distfile.c)
  6.     1.4b5-7    - Several changes to try to work around bugs in NFS/Share.
  7.               Renamed "Startup application" checkbox to "Unattended", to
  8.               more closely match its function (RevRdist.r)
  9.               Added "Unreliable server" checkbox. (RevRdist.r, rsrc.h)
  10.               Made server/distfile mismatches fatal when unreliable server.
  11.               (match.c)
  12.     1.4b4    - Did not remount volume if we had to unmount it to "upgrade"
  13.               access privileges (volops.c)
  14.             - Handle multiple prefs files in Startup Items folder (by
  15.               ignoring extras) (AppleEvents.c)
  16.             - Use correct message on discard of busy file (fileops.c)
  17.             - Detect mismatched names on > < lines. (distfile.c)
  18.             - Change message for junk after < line that ends root folder
  19.               (distfile.c)
  20.     1.4b3    - Handle missing prefs file when startup application so that
  21.               we don't get into a restart loop. (init.c)
  22.             - Go ahead and copy protected files, but make them invisible.
  23.               (match.c, copyfile.c)
  24.     1.4b2    - Warn about and don't copy protected files. (match.c)
  25.     1.4b1    - Use System 7 safe copy, which also allows updating busy files.
  26.               Simulate safe copy under System 6. (copyfile.c)
  27.             - Try to allocate files contiguously. (copyfile.c)
  28.             - Add "Backup" criterion. (distfile.c, match.c)
  29.             - Add "Restart" criterion. (distfile.c, match.c)
  30.             - Make Save button on flags dialog only save, not continue.
  31.               (pflags.c)
  32.             - Expand verbose option to show which criterion was picked.
  33.               (match.c)
  34.     1.3b16    - PBVolumeMount changes the mount information parameter block when
  35.               there is another volume from the same server already mounted.
  36.               This could cause mountsvr() to fail. (volops.c)
  37.             - Correct capitalization of some header file references to work
  38.               with non-AppleShare file servers.
  39.     1.3b15    - Extend window for deciding if startup application to 3 minutes
  40.               to handle Plus's under Sys 7.
  41.     1.3b14    - Handle Intercon NFS/Share, which does not allow open of zero
  42.               length data forks (copyfile.c).
  43.             - Shrink Activity window so it doesn't overlap Status window.
  44.     1.3b13    - Another attempt at handling Novell and comments (desktop.c)
  45.     1.3b12    - Fix DOQUIT error handling in warning().
  46.             - Detect change in distfile on prefs dialog and mark File_list
  47.               info out of date.
  48.     1.3b11    - Complain about duplicate entries in the distfile.  This caused
  49.               trouble if the second entry was a rename and referred to a busy
  50.               file (e.g. the System file).
  51.             - Be prepared for the numeric conversion routines to return
  52.               fBestGuess and to treat it like fSpuriousChars.
  53.     1.3b10    - Handle Novell servers, which require write access to get comments.
  54.             - Change flag from "assume volume mounted" to "always unmount
  55.               volume" to more closely describe its function.
  56.     1.3b9    - Implement "Find vol to update" flag.
  57.             - Do not get in reboot loop if use mod time and cannot mount server.
  58.             - Continue past disk full if Startup application.
  59.     1.3b8    - Add Bullet Field Mgr.c to hide password.
  60.             - Modify RevRdist.c and prefs.c to suppress cut and copy of
  61.               password field.
  62.             - Add time_cvt to handle times as something other than raw seconds.
  63.     1.3b7    - Modify match.c to allow processing folders which do not appear
  64.               on server.  This handles System 7 "Trash" folder, etc.
  65.     1.3b1-3    - Major changes to support running under either System 6 or 7.
  66.     1.2b14    - Kludge for U Wash to unmount server volume.
  67.               This code will be replaced in the Sys 7 version.
  68.     1.2b13    - Added warning if user asks to STOP in the middle of copying a
  69.               large file.  This should become less important once "Safe copy"
  70.               is implemented.
  71.  
  72.  
  73. RevRINIT -----
  74.     1.3b1    - Support RevRdist which mounts/unmounts volumes and/or touches
  75.               preferences file itself.
  76.             - Pick the most recent copy of RevRdist when multiple copies exist.
  77.     1.1b5    - Improve technique for finding memory copy of boot blocks.
  78.               Either Sys 6.0.7 or Mac IIsi or 5 Meg of mem broke previous
  79.               method.
  80.     1.1b4    - Add undocumented hack to allow RevRINIT to force Mac to boot into
  81.               either Finder or MultiFinder.